Problem Note 8166: Abend in FSVIEW when saving a data set with integrity constraint
If you attempt to create a new data set in the FSVIEW window via the
CREATE command or the File -> Save as pmenu selection, you may
experience an abend if the data set currently displayed in the FSVIEW
window was opened with the DROP= data set option and contains integrity
constraints. In the SAS Log, you will see one or more of the following
error messages:
ERROR: System abend 0C4 occurred in function FVVLST
ERROR: Traceback will be attempted ...
ERROR: Delete current task.
ERROR: Read Access Violation in Task ( FSVIEW )
Exception occurred at (some-address)
Task Traceback
If you are running SAS in the Microsoft Windows environment, you can
circumvent this problem by using the VIEWTABLE window instead of the
FSVIEW window to create the new data set. To display a subset of
columns from a data set in the VIEWTABLE window, use the VIEWTABLE
command as follows:
vt mylib.icdata(drop=column2)
where MYLIB.ICDATA is the 2-level name of the data set with integrity
constraints and COLUMN2 is the column that will not be displayed in the
VIEWTABLE window. Within the VIEWTABLE window, the File pull-down menu
has a Save as selection.
Operating System and Release Information
SAS System | SAS/FSP | Microsoft Windows 2000 Professional | 9.1 TS1M0 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M0 | 9.4 TS1M0 |
z/OS | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M0 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M0 | |
Microsoft Windows 2000 Server | 9.1 TS1M0 | |
Microsoft Windows NT Workstation | 9.1 TS1M0 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M0 | 9.4 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M0 | 9.4 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M0 | 9.4 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M0 | 9.4 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M0 | 9.4 TS1M0 |
HP-UX IPF | 9.1 TS1M0 | 9.4 TS1M0 |
Linux | 9.1 TS1M0 | 9.4 TS1M0 |
OpenVMS Alpha | 9.1 TS1M0 | 9.4 TS1M0 |
Tru64 UNIX | 9.1 TS1M0 | 9.4 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | SAS Reference ==> Procedures ==> FSVIEW
|
Date Modified: | 2002-08-09 17:02:34 |
Date Created: | 2002-08-02 13:06:16 |